home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Comunicatii / inetcontrol / inetcontrolsetup.exe / {app} / INetControl.exe / 0 / RCDATA / TRANGETIMEEDIT / TRANGETIMEEDIT.txt
Encoding:
Text File  |  2004-11-05  |  2.4 KB  |  126 lines

  1. object RangeTimeEdit: TRangeTimeEdit
  2.   Left = 372
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'RangeTime'
  6.   ClientHeight = 150
  7.   ClientWidth = 200
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label3: TLabel
  20.     Left = 8
  21.     Top = 72
  22.     Width = 53
  23.     Height = 13
  24.     Caption = 'Tariff name'
  25.   end
  26.   object cmbTariff: TComboBox
  27.     Left = 8
  28.     Top = 88
  29.     Width = 165
  30.     Height = 21
  31.     Style = csDropDownList
  32.     ItemHeight = 13
  33.     TabOrder = 0
  34.   end
  35.   object btnEditTariff: TButton
  36.     Left = 173
  37.     Top = 88
  38.     Width = 20
  39.     Height = 21
  40.     Hint = 'Edit tariff type'
  41.     Caption = '...'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     TabOrder = 1
  51.     OnClick = btnEditTariffClick
  52.   end
  53.   object GroupBox1: TGroupBox
  54.     Left = 8
  55.     Top = 8
  56.     Width = 185
  57.     Height = 57
  58.     Caption = 'Time'
  59.     TabOrder = 2
  60.     object Label1: TLabel
  61.       Left = 8
  62.       Top = 24
  63.       Width = 23
  64.       Height = 13
  65.       Caption = 'From'
  66.     end
  67.     object Label2: TLabel
  68.       Left = 104
  69.       Top = 24
  70.       Width = 13
  71.       Height = 13
  72.       Caption = 'To'
  73.     end
  74.     object DateTimePicker1: TDateTimePicker
  75.       Left = 40
  76.       Top = 20
  77.       Width = 57
  78.       Height = 21
  79.       CalAlignment = dtaLeft
  80.       Date = 37845
  81.       Format = 'HH:mm'
  82.       Time = 37845
  83.       DateFormat = dfShort
  84.       DateMode = dmComboBox
  85.       Kind = dtkTime
  86.       ParseInput = False
  87.       TabOrder = 0
  88.     end
  89.     object DateTimePicker2: TDateTimePicker
  90.       Left = 120
  91.       Top = 20
  92.       Width = 57
  93.       Height = 21
  94.       CalAlignment = dtaLeft
  95.       Date = 37845
  96.       Format = 'HH:mm'
  97.       Time = 37845
  98.       DateFormat = dfShort
  99.       DateMode = dmComboBox
  100.       Kind = dtkTime
  101.       ParseInput = False
  102.       TabOrder = 1
  103.     end
  104.   end
  105.   object btnOk: TButton
  106.     Left = 16
  107.     Top = 120
  108.     Width = 75
  109.     Height = 25
  110.     Caption = 'Ok'
  111.     Default = True
  112.     TabOrder = 3
  113.     OnClick = btnOkClick
  114.   end
  115.   object btnCancel: TButton
  116.     Left = 112
  117.     Top = 120
  118.     Width = 75
  119.     Height = 25
  120.     Cancel = True
  121.     Caption = 'Cancel'
  122.     ModalResult = 2
  123.     TabOrder = 4
  124.   end
  125. end
  126.